.catalogTxtList strong, .catalogTxtList .item::after, .bannerArea .bannerItem .subtitle,
.bannerArea .bannerItem .title,
.bannerArea .bannerItem .textBox,
.bannerArea .bannerItem .bannerBtn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bannerTxtAnimation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerBox img {
  min-height: 450px;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 150px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 100px;
  }
}
@media (min-width: 641px) and (max-width: 1650px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 100px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt {
    padding-bottom: 90px;
  }
}
.bannerArea .bannerItem .Txt > * {
  max-width: 480px;
}
.bannerArea .bannerItem .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #9f9f9f;
  letter-spacing: 3.6pt;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .subtitle {
    margin-bottom: 10px;
    letter-spacing: 1.5pt;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .subtitle {
    margin-bottom: 5px;
  }
}
.bannerArea .bannerItem .title {
  font-size: 68px;
  font-weight: bold;
  color: #383838;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
}
.bannerArea .bannerItem .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin-top: 30px;
  background-color: currentColor;
  opacity: 0.5;
}
@media (max-width: 1500px) {
  .bannerArea .bannerItem .title {
    font-size: 55px;
  }
}
@media (min-width: 401px) and (max-width: 1300px) {
  .bannerArea .bannerItem .title {
    font-size: 50px;
  }
  .bannerArea .bannerItem .title::after {
    width: 50px;
    margin-top: 20px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .bannerArea .bannerItem .title {
    font-size: 47px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .title {
    font-size: 36px;
  }
  .bannerArea .bannerItem .title::after {
    width: 30px;
    margin-top: 10px;
  }
}
.bannerArea .bannerItem .textBox {
  margin-top: 25px;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.8;
}
.bannerArea .bannerItem .textBox > strong {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .bannerArea .bannerItem .textBox {
    margin-top: 15px;
  }
  .bannerArea .bannerItem .textBox > strong {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .textBox > p {
    display: none;
  }
  .bannerArea .bannerItem .textBox > strong {
    margin-bottom: 0;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .bannerArea .bannerItem .textBox > strong {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .textBox {
    margin-top: 10px;
    line-height: 1.6;
  }
  .bannerArea .bannerItem .textBox > strong {
    font-size: 16px;
  }
}
.bannerArea .bannerItem .bannerBtn {
  margin-top: 80px;
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .bannerArea .bannerItem .bannerBtn {
    margin-top: 50px;
  }
}
@media (min-width: 641px) and (max-width: 1300px) {
  .bannerArea .bannerItem .bannerBtn {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .bannerBtn {
    margin-top: 15px;
  }
}
.bannerArea .bannerItem .subtitle,
.bannerArea .bannerItem .title,
.bannerArea .bannerItem .textBox,
.bannerArea .bannerItem .bannerBtn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bannerArea .bannerItem.slick-current .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s ease forwards;
          animation: bannerTxtAnimation 0.8s ease forwards;
}
.bannerArea .bannerItem.slick-current .title {
  -webkit-animation: bannerTxtAnimation 0.8s 0.1s ease forwards;
          animation: bannerTxtAnimation 0.8s 0.1s ease forwards;
}
.bannerArea .bannerItem.slick-current .textBox {
  -webkit-animation: bannerTxtAnimation 0.8s 0.2s ease forwards;
          animation: bannerTxtAnimation 0.8s 0.2s ease forwards;
}
.bannerArea .bannerItem.slick-current .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.25s ease forwards;
          animation: bannerTxtAnimation 0.8s 0.25s ease forwards;
}
@media (min-width: 1181px) {
  .bannerArea .dots {
    position: absolute;
    top: 50%;
    width: 25px;
    z-index: 2;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@media (min-width: 1701px) {
  .bannerArea .dots {
    right: calc((100vw - 1500px) / 2 - 40px - 40px);
  }
}
@media (min-width: 1181px) and (max-width: 1700px) {
  .bannerArea .dots {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .dots {
    display: none;
  }
}
.bannerArea .dots button::before {
  background-color: #fff;
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  z-index: 2;
}
.bannerArea .arrowBox.show {
  display: block;
}
@media (min-width: 1651px) {
  .bannerArea .arrowBox {
    left: calc((100vw - 1500px) / 2 - 40px - 25px);
  }
}
@media (max-width: 1650px) {
  .bannerArea .arrowBox {
    left: 20px;
  }
}
@media (min-width: 641px) {
  .bannerArea .arrowBox {
    top: 50%;
    width: 50px;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .bannerArea .arrowBox .arrowPrev {
    margin-bottom: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bannerArea .arrowBox .arrowNext {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bannerArea .arrowBox .arrowNext .progressBar {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media (max-width: 640px) {
  .bannerArea .arrowBox {
    bottom: 20px;
    left: 30px;
  }
}
.bannerArea .arrowBox .arrowPrev,
.bannerArea .arrowBox .arrowNext {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.bannerArea .arrowBox .arrowPrev:not(:hover),
.bannerArea .arrowBox .arrowNext:not(:hover) {
  color: #00913a;
}
.bannerArea .progressBar {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.circle {
  width: 50px;
  height: 50px;
}
.bannerArea .progressBar.circle .path {
  width: 50px;
  height: 50px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #00913a;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .progressBar.circle .path.active circle {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}

/***** catalogArea *****/
.catalogArea {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: url(../images/home/bg_catalog.png) no-repeat center, #fff;
  overflow: hidden;
}
@media (min-width: 961px) and (max-width: 1180px) {
  .catalogArea {
    padding: 70px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .catalogArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .catalogArea {
    padding: 50px 0;
  }
}
@media (min-width: 1921px) {
  .catalogArea {
    background-size: cover;
  }
}
@media (max-width: 960px) {
  .catalogArea {
    background: #fff;
  }
  .catalogArea::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 240%;
    height: 130%;
    background: url(../images/home/bg_catalog.png) no-repeat top right, url(../images/home/bg_catalog.png) no-repeat bottom left, #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 1181px) {
  .catalogArea::after {
    content: "";
    position: absolute;
    top: calc(50% - 388px + 10px);
    left: calc(50% - 388px);
    z-index: -1;
    width: 777px;
    height: 777px;
    background: url(../images/home/catalog_rectangle.png) no-repeat center;
    background-size: contain;
  }
}
.catalogArea::before {
  content: "";
  position: absolute;
  top: calc(50% - 400px + 10px);
  left: calc(50% - 400px);
  width: 801px;
  height: 801px;
  background: url(../images/home/catalog_circle.png) no-repeat center;
  background-size: contain;
  -webkit-animation: circle_rotate 3s ease forwards infinite;
          animation: circle_rotate 3s ease forwards infinite;
}
@-webkit-keyframes circle_rotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle_rotate {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 961px) {
  .catalogArea .titleBox.center .titleSub {
    margin-left: auto;
    margin-right: auto;
  }
  .catalogArea .titleBox .titleSub {
    max-width: 640px;
  }
}
.catalogArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .btnBox.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogArea .btnBox .arrowPrev {
  margin-right: 10px;
}
.catalogArea .btnBox .arrowNext {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .catalogArea .btnBox .btn::after {
    margin-left: 20px;
  }
  .catalogArea .btnBox .arrowPrev {
    margin-right: 5px;
  }
  .catalogArea .btnBox .arrowNext {
    margin-left: 5px;
  }
}

.catalogBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0;
}
@media (max-width: 640px) {
  .catalogBox {
    margin: 15px 0;
  }
}
@media (min-width: 1301px) {
  .catalogBox > .leftBox {
    width: 220px;
  }
  .catalogBox > .catalogList {
    width: calc(100% - 220px);
  }
}
@media (max-width: 1300px) {
  .catalogBox > .leftBox {
    display: none !important;
  }
  .catalogBox > .catalogList {
    width: 100%;
  }
}
.catalogBox > .leftBox {
  position: relative;
  left: -50px;
}
@media (max-width: 1500px) {
  .catalogBox > .leftBox {
    left: -30px;
  }
}
.catalogBox .numBarBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 70px;
  padding-right: 35px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #d1d1d1;
}
.catalogBox .numBarBox .current {
  color: #373737;
}
.catalogBox .numBarBox .total::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  margin: 0 3px 0 5px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.catalogTxtList {
  position: relative;
  padding: 35px 0;
  text-align: right;
}
.catalogTxtList::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 1px;
  height: 200vw;
  background-color: rgba(185, 185, 185, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalogTxtList li {
  padding: 8px 0;
}
.catalogTxtList li.slick-current strong {
  color: #00913a;
}
.catalogTxtList li.slick-current .item::after {
  -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #00913a, 0 0 0 8px #fff;
          box-shadow: 0 0 0 4px #fff, 0 0 0 5px #00913a, 0 0 0 8px #fff;
  background-color: #00913a;
}
.catalogTxtList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.catalogTxtList .item::after {
  content: "";
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: 10px 10px 10px 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #c7c7c7, 0 0 0 8px #fff;
          box-shadow: 0 0 0 4px #fff, 0 0 0 5px #c7c7c7, 0 0 0 8px #fff;
  background-color: #c7c7c7;
}
.catalogTxtList strong {
  display: block;
  font-size: 16px;
  color: #828383;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalogList li {
  padding: 10px;
}
.catalogList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 641px) {
  .catalogList .Img {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .catalogList .Img {
    width: 100%;
  }
}
.catalogList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 641px) {
  .catalogList .Txt {
    width: 50%;
    padding: 15px 25px;
  }
}
@media (max-width: 640px) {
  .catalogList .Txt {
    width: 100%;
    padding: 20px 0;
  }
}
.catalogList .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogList .topBox h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 140px - 15px);
}
.catalogList .productLogo {
  display: block;
  width: 130px;
  margin-right: 15px;
}
@media (min-width: 641px) and (max-width: 1180px) {
  .catalogList .productLogo {
    width: 100px;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  .catalogList .productLogo {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .catalogList .productLogo {
    width: 80px;
  }
}
.catalogList h3 {
  position: relative;
  font-size: 19px;
}
.catalogList h3::before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 160px;
  font-weight: bold;
  color: rgba(139, 140, 139, 0.12);
  line-height: 1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media (max-width: 640px) {
  .catalogList h3::before {
    font-size: 120px;
  }
}
.catalogList h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 20px;
  background-color: #b2b2b2;
}
.catalogList .txtExp {
  max-height: calc(16px * 1.81 * 5);
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.81;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1180px) {
  .catalogList .txtExp {
    max-height: calc(16px * 1.81 * 3);
  }
}
@media (max-width: 640px) {
  .catalogList .txtExp {
    margin-top: 15px;
  }
}

/***** processArea *****/
.processArea {
  padding: 20px 0 100px;
  background: url(../images/home/bg_process.png) no-repeat center, #eee;
  overflow: hidden;
}
@media (min-width: 961px) and (max-width: 1450px) {
  .processArea {
    padding: 30px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .processArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .processArea {
    padding: 50px 0;
  }
}
.processArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1301px) {
  .processArea .leftBox {
    width: 480px;
    padding-left: 70px;
  }
}
@media (min-width: 961px) and (max-width: 1300px) {
  .processArea .leftBox {
    width: 35%;
  }
}
@media (max-width: 960px) {
  .processArea .leftBox {
    width: 100%;
  }
}
.processArea .processBox {
  width: calc(100% - 480px);
}
@media (min-width: 1451px) {
  .processArea .processBox {
    position: relative;
    left: -80px;
  }
}
@media (min-width: 961px) and (max-width: 1300px) {
  .processArea .processBox {
    width: 65%;
  }
}
@media (max-width: 960px) {
  .processArea .processBox {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .processArea .processList .Txt {
    display: none;
  }
}

/***** performanceArea *****/
.performanceArea {
  position: relative;
  padding: 70px 0;
  background: url(../images/home/bg_performance.png) no-repeat bottom center, #fff;
}
@media (min-width: 641px) and (max-width: 960px) {
  .performanceArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .performanceArea {
    padding: 50px 0 40px;
  }
}
@media (min-width: 1921px) {
  .performanceArea {
    background-size: cover;
  }
}
.performanceArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
@media (min-width: 1401px) {
  .performanceArea::before {
    -webkit-box-shadow: 650px 0 0 #eee, -650px 0 0 #eee;
            box-shadow: 650px 0 0 #eee, -650px 0 0 #eee;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .performanceArea::before {
    -webkit-box-shadow: calc(25vw - 25px) 0 0 #eee, calc(-25vw + 25px) 0 0 #eee;
            box-shadow: calc(25vw - 25px) 0 0 #eee, calc(-25vw + 25px) 0 0 #eee;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .performanceArea::before {
    width: calc((100% - 100px) / 3);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .performanceArea::before {
    width: 320px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 400px) {
  .performanceArea::before {
    display: none;
  }
}

.performanceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (min-width: 961px) {
  .performanceList {
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .performanceList {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 961px) {
  .performanceList li {
    width: calc(100% / 7);
    max-width: 180px;
    margin-left: -9px;
    margin-right: -9px;
    padding: 40px 0;
  }
}
@media (min-width: 961px) and (max-width: 1300px) {
  .performanceList li {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 961px) and (max-width: 1050px) {
  .performanceList li {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(even) .numBox {
    margin-top: 52%;
  }
  .performanceList li:nth-child(even) .numBox .order {
    top: auto;
    right: auto;
    bottom: calc(22 / 208 * 100%);
    left: calc(17 / 180 * 100%);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(odd) h3 {
    top: auto;
    bottom: calc(100% + 10px);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(1) .numBox {
    background-image: url(../images/home/performance_1.png);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(2) .numBox {
    background-image: url(../images/home/performance_2.png);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(3) .numBox {
    background-image: url(../images/home/performance_3.png);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(4) .numBox {
    background-image: url(../images/home/performance_4.png);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(5) .numBox {
    background-image: url(../images/home/performance_5.png);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(6) .numBox {
    background-image: url(../images/home/performance_6.png);
  }
}
@media (min-width: 961px) {
  .performanceList li:nth-child(7) .numBox {
    background-image: url(../images/home/performance_7.png);
  }
}
@media (min-width: 481px) and (max-width: 960px) {
  .performanceList li {
    width: calc(100% / 4);
    margin-bottom: 30px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .performanceList li:nth-child(1) .numBox {
    background-image: url(../images/home/performance_m_1.png);
  }
  .performanceList li:nth-child(2) .numBox {
    background-image: url(../images/home/performance_m_2.png);
  }
  .performanceList li:nth-child(3) .numBox {
    background-image: url(../images/home/performance_m_3.png);
  }
  .performanceList li:nth-child(4) .numBox {
    background-image: url(../images/home/performance_m_4.png);
  }
  .performanceList li:nth-child(5) .numBox {
    background-image: url(../images/home/performance_m_5.png);
  }
  .performanceList li:nth-child(6) .numBox {
    background-image: url(../images/home/performance_m_6.png);
  }
  .performanceList li:nth-child(7) .numBox {
    background-image: url(../images/home/performance_m_7.png);
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  .performanceList li {
    width: calc(100% / 3);
    margin-bottom: 20px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .performanceList li:nth-child(3n+1) .numBox {
    background-image: url(../images/home/performance_m_5.png);
  }
  .performanceList li:nth-child(3n+2) .numBox {
    background-image: url(../images/home/performance_m_6.png);
  }
  .performanceList li:nth-child(3n+3) .numBox {
    background-image: url(../images/home/performance_m_7.png);
  }
}
@media (max-width: 360px) {
  .performanceList li {
    width: calc(100% / 2);
    margin-bottom: 20px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .performanceList li:nth-child(2n+1) .numBox {
    background-image: url(../images/home/performance_m_2.png);
  }
  .performanceList li:nth-child(2n+2) .numBox {
    background-image: url(../images/home/performance_m_3.png);
  }
}
.performanceList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.performanceList h3 {
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  text-align: center;
}
@media (min-width: 961px) {
  .performanceList h3 {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 3;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .performanceList h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .performanceList h3 {
    margin-top: 5px;
    font-size: 14px;
  }
}
.performanceList .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 115.7%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.performanceList .numBox .num {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-left: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #636363;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 641px) and (max-width: 1300px) {
  .performanceList .numBox .num {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .performanceList .numBox .num {
    font-size: 20px;
  }
}
.performanceList .numBox .unit {
  position: relative;
  top: -8px;
  margin-left: 8px;
  font-size: 15px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .performanceList .numBox .unit {
    top: -3px;
  }
}
.performanceList .numBox .order {
  position: absolute;
  top: calc(15 / 208 * 100%);
  right: calc(20 / 180 * 100%);
  z-index: 3;
  width: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../images/home/performance_order.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 481px) and (max-width: 960px) {
  .performanceList .numBox .order {
    top: 3px;
    right: 6px;
    width: 25px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .performanceList .numBox .order {
    top: calc(10 / 208 * 100%);
    right: calc(15 / 180 * 100%);
  }
}

/***** newsArea *****/
.newsArea {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .newsArea {
    padding: 50px 0 40px;
  }
}
.newsArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
@media (min-width: 1401px) {
  .newsArea::before {
    -webkit-box-shadow: 325px 0 0 #eee, 650px 0 0 #eee, -325px 0 0 #eee, -650px 0 0 #eee;
            box-shadow: 325px 0 0 #eee, 650px 0 0 #eee, -325px 0 0 #eee, -650px 0 0 #eee;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .newsArea::before {
    -webkit-box-shadow: calc(25vw - 25px) 0 0 #eee, calc(-25vw + 25px) 0 0 #eee;
            box-shadow: calc(25vw - 25px) 0 0 #eee, calc(-25vw + 25px) 0 0 #eee;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .newsArea::before {
    width: calc((100% - 100px) / 3);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .newsArea::before {
    width: 320px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 400px) {
  .newsArea::before {
    display: none;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .newsList {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 401px) and (max-width: 640px) {
  .newsList {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsList .slick-list {
    overflow: visible;
  }
}
.newsList li {
  border: 0;
  padding-bottom: 20px;
}
@media (min-width: 401px) and (max-width: 640px) {
  .newsList li {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/***** popWin *****/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: #00913a;
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}